home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / database / auror120.zip / A.A next >
Text File  |  1994-01-14  |  974b  |  36 lines

  1.  
  2. //┌────────────────────────────────────────────────────────────────────┐
  3. //│ The Aurora Editor v1.20  - main macro source                       │
  4. //│                                                                    │
  5. //│ Do not modify this file.                                           │
  6. //└────────────────────────────────────────────────────────────────────┘
  7.  
  8.   // create profile object
  9.   objnew%  prf 173 a.
  10.  
  11.   // configuration settings
  12.   #get (
  13.     = %n (pat "acfg.x" (qdskpat %b)).
  14.     if (dskloc n) n (pat "acfg.a" (qdskpat %b))
  15.   ).
  16.  
  17.   // menu definitions
  18.   #get (
  19.     = %n (pat "amen.x" (qdskpat %b)).
  20.     if (dskloc n) n (pat "amen.a" (qdskpat %b))
  21.   ).
  22.  
  23.   // macro library code
  24.   #get (
  25.     = %n (pat "alib.x" (qdskpat %b)).
  26.     if (dskloc n) n (pat "alib.a" (qdskpat %b))
  27.   ).
  28.  
  29.   // keyboard and mouse definitions
  30.   #get (pat "akbd.a" (qdskpat %b)).
  31.  
  32.  
  33.   // text translation definitions
  34.   #get (pat "atrn.a" (qdskpat %b)).
  35.  
  36.